Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 9640eee commit 1fe5917
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Setting up Quick Emulator (QEMU)
uses: docker/setup-qemu-action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format_steganography.api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
working-directory: services/steganography.api
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
2 changes: 1 addition & 1 deletion .github/workflows/format_steganography.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Using pnpm version 8.x.x
uses: pnpm/action-setup@v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge_staging_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Creating pull request
uses: ./.github/actions/create_pull
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Merging pull request
uses: ./.github/actions/merge_pull
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_steganography.api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Setting up dotnet
uses: actions/setup-dotnet@v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_steganography.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checking out the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: Using pnpm version 8.x.x
uses: pnpm/action-setup@v2.4.0
Expand Down

0 comments on commit 1fe5917

Please sign in to comment.