Skip to content

Commit 0e67b10

Browse files
Bump actions/checkout from 2 to 6 (#159)
* Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update CITATION.cff commit and date-released [skip ci] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f85917 commit 0e67b10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v6
1313

1414
- name: Login to Docker Hub
1515
uses: docker/login-action@v1

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ identifiers:
3737
value: 10.5281/zenodo.17977921
3838
description: Edirom Online Frontend
3939
repository-code: https://github.com/Edirom/Edirom-Online-Frontend
40-
commit: c6f36354790dc60d727e5f1810fc00af55465b1a
40+
commit: eae7a8d0a87cd6958d959a7e06cb4c2eb2e0870c
4141
abstract: >-
4242
Edirom Online Frontend is the frontend for the Edirom
4343
Online which is used for the presentation and
4444
analysis of critical musical editions in a digital format,
4545
particularly in the fields of musicology and philology.
4646
license: GPL-3.0
4747
version: v1.2.0
48-
date-released: 2026-02-19
48+
date-released: 2026-02-23

0 commit comments

Comments
 (0)