1
0
mirror of https://github.com/insomniafi/insomniaid-bot.git synced 2026-01-28 20:44:31 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Christer Warén
8013b97c4b Update copyright year 2026-01-05 02:18:14 +02:00
github-actions[bot]
a64dde9dae Merge pull request #35 from insomniafi/dependabot/github_actions/develop/docker/setup-buildx-action-3.12.0
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
2025-12-19 18:33:15 +00:00
dependabot[bot]
146a3b9522 Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-19 18:33:04 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Setup Docker Buildx - name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.11.1 uses: docker/setup-buildx-action@v3.12.0
id: buildx id: buildx
with: with:
install: true install: true

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group Copyright (c) 2024-2026 Verkkopeliyhdistys Insomnia ry & Warén Group
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -3,7 +3,7 @@ import logger from "./functions/logger"
console.log('InsID-Bot ' + process.env.npm_package_version); console.log('InsID-Bot ' + process.env.npm_package_version);
console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot'); console.log('Verkkopeliyhdistys Insomnia ry - Identity Bot');
console.log('(c)2024-2025 Verkkopeliyhdistys Insomnia ry & Warén Group'); console.log('(c)2024-2026 Verkkopeliyhdistys Insomnia ry & Warén Group');
console.log(''); console.log('');
logger('Bot', 'Starting'); logger('Bot', 'Starting');