Skip to content

Commit f8012ff

Browse files
Bump actions/checkout from 3.1.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0daa849 commit f8012ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
name: Deploy app
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3.1.0
10+
- uses: actions/checkout@v3.3.0
1111
- uses: superfly/flyctl-actions/setup-flyctl@master
1212
- run: flyctl deploy --remote-only

0 commit comments

Comments
 (0)